home *** CD-ROM | disk | FTP | other *** search
/ Software Club 1 / Club Software (Micro Star) (1996).iso / trakw411 / format.def < prev    next >
Text File  |  1995-03-18  |  5KB  |  85 lines

  1. //*********************** W * A * R * N * I * N * G ***********************
  2. //DO NOT MODIFY OR DELETE THIS FILE WITHOUT READING THE MANUAL REGARDING
  3. //CUSTOM INVOICES AND ORDERS!   Version 4.1
  4. //*************************************************************************
  5. //Format: Variable Number, Format String, Variable Type, Comments...
  6. //*************************************************************************
  7. 0, ERROR, VString, Error String
  8. 1, %-1s, VString, RESERVED FOR FUTURE USE
  9. 2, %-1s, VString, RESERVED FOR FUTURE USE
  10. 3, %-1s, VString, RESERVED FOR FUTURE USE
  11. 4, %-1s, VString, RESERVED FOR FUTURE USE
  12. 5, %-1s, VString, RESERVED FOR FUTURE USE
  13. 6, %-1s, VString, RESERVED FOR FUTURE USE
  14. 7, %-1s, VString, RESERVED FOR FUTURE USE
  15. 8, %-1s, VString, VAltName: Alternate ship to Customer Name for invoice/order
  16. 9, %-1s, VString, VName: Customer Name( Last, First), Vendor Name (PO's)
  17. 10, %-1s, VString, VFirstName: Customer last name
  18. 11, %-1s, VString, VLastName: Customer first name
  19. 12, %ld, VLong, VNumber: Assigned internal customer number
  20. 13, %-1s, VString, VShipAdd1:  Customer/Vendor ship address line 1
  21. 14, %-1s, VString, VShipAdd2: Customer/Vendor ship address line 2
  22. 15, %-1s, VString, VShipCity: Customer/Vendor ship
  23. 16, %-1s, VString, VShipState: Customer/Vendor ship state
  24. 17, %-1s, VString, VShipZip: Customer/Vendor ship zip code
  25. 18, %-1s, VString, VShipCSZ: Customer/Vendor ship (City, State, Zip Code)
  26. 19, %-1s, VString, VPhone: Customer phone, Vendor order desk number
  27. 20, %-1s, VString, VPhone2: Vendor customer service number
  28. 21, %-1s, VString, VPhone3: Vendor technical support number
  29. 22, %-1s, VString, VFax: Customer/Vendor Fax number
  30. 23, %-1s, VString, VBillAdd1:  Customer/Vendor billing address line 1
  31. 24, %-1s, VString, VBillAdd2: Customer/Vendor billing address line 2
  32. 25, %-1s, VString, VBillCity: Customer/Vendor billing
  33. 26, %-1s, VString, VBillState: Customer/Vendor billing state
  34. 27, %-1s, VString, VBillZip: Customer/Vendor billing zip code
  35. 28, %-1s, VString, VBillCSZ: Customer/Vendor billing (City, State, Zip Code)
  36. 29, %-1s, VString, VDate: Invoice/order/po creation date (MM/DD/YYYY)
  37. 30, %-1s, VString, VCustomerPO: Customer po reference field on invoice
  38. 31, %-1s, VString, VReference: Reference field on invoice/purchase order
  39. 32, %-1s, VString, VTerms: Invoice/order terms
  40. 33, %-1s, VString, VShipVia: Invoice/Order shipping method
  41. 34, %-1s, VString, VSalesperson: Salesperson taking invoice or order
  42. 35, %8ld, VLong, VInvoiceOrderNumber: Invoice/Order number
  43. 36, %-1s, VString, VOrderNumberRef: Invoice reference back to original order
  44. 37, %03d, VInt, VPage: Page number
  45. 38, %.2f, VFloat, VTaxRate: Sales tax rate
  46. 39, %8ld, VLong, VPONumber:  Purchase order number
  47. 40, %4.4d, VInt, VPOYear: Purchase order year
  48. 41, %9.2f, VFloat, VQuantity: Invoiced/Shipped/Ordered Quantity
  49. 42, %-1s, VString, VStockCode: Stock Code
  50. 43, %-1s, VString, VDescription: Stock code description
  51. 44, %c, VChar, VTaxableY: Taxable indicator, Y for taxable or N for not
  52. 45, %c, VChar, VTaxable*: Taxable indicator * for taxable or blank for not
  53. 46, %8.2f, VFloat, VListPrice: Stock code list price
  54. 47, %8.2f, VFloat, VSalePrice: Actual invoiced/ordered price
  55. 48, %9.2f, VFloat, VExtendedList:  Quantity * List price
  56. 49, %9.2f, VFloat, VExtendedSale: Quantity * actual price
  57. 50, %8.2f, VFloat, VExtendedDiff: (List - actual)*Quantity
  58. 51, %8.2f, VFloat,  VPercentDiff: (List - actual)/List*100
  59. 52, %-1s, VString, VManufacturer: Item manufacturer
  60. 53, %-1s, VString, VModel: Item model number
  61. 54, %8.2f, VFloat, VCost: Item cost
  62. 55, %8.2f, VFloat, VExtendedCost: Quantity * item cost
  63. 56, %-1s, VString, VSerialNumber: Items serial number
  64. 57, %-8ld, VLong, VStockNumber: Items assigned stock number
  65. 58, %9.2f, VFloat, VSubTotal: Invoice/Order total prior to tax
  66. 59, %8.2f, VFloat, VNonTaxableTotal: Invoice/order non-taxable totals
  67. 60, %8.2f, VFloat,  VTaxableTotal: Invoice/order taxable totals
  68. 61, %8.2f, VFloat, VTotalTax: Total invoice/order calculated tax
  69. 62, %10.2f, VFloat, VGrandTotal: Invoice subtotal + all taxes
  70. 63, %9.2f, VFloat, VPaidCash: Amount paid in cash
  71. 64, %9.2f, VFloat, VPaidCheck:  Amount paid by check
  72. 65, %9.2f, VFloat, VPaidCharge: Amount paid by charge card
  73. 66, %10.2f, VFloat, VPaidAccount: Amount added to in house charge account
  74. 67, %10.2f, VFloat, VBalance: Remaining balance of invoice/order
  75. 68, %8ld, VLong, VLineItems: Number of line items
  76. 69, %8.2f, VFloat, VTotalItems: Total of all quantity values
  77. 70, %10.2f, VFloat, TTotalPaid: Actual total paid
  78. 71, %-1s, VString, VDisclaimer1: Invoice disclaimer line 1
  79. 72, %-1s, VString, VDisclaimer2: invoice disclaimer line 2
  80. 74, %-10.10s, VString, Current date
  81. 80, %-1s, VString, Carriage return & line feed combination
  82. 81, %8.2f, VFloat, VTotalGST: Total invoice/order General Sales Tax amount
  83. 82, %8.2f, VFloat, VShipping, Total shipping charges for invoice/order
  84.  
  85.